home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / kickup.swf / scripts / DefineButton2_22 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2012-04-23  |  114b  |  8 lines

  1. on(rollOver){
  2.    tellTarget("_root.highlight_movie")
  3.    {
  4.       gotoAndStop("rules");
  5.       play();
  6.    }
  7. }
  8.